home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17042 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1018 b 

  1. Path: news.nyu.edu!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
  4. Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
  5. Date: 12 Apr 1996 17:55:47 -0400
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.829346082@schonberg>
  8. References: <JSA.96Feb16135027@organon.com> <dewar.829048603@schonberg> <4kets3$ic0@news-s01.ny.us.ibm.net> <829194658snz@tsys.demon.co.uk> <DppsHq.1Ar@world.std.com> <829279436snz@tsys.demon.co.uk>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. Tom said
  13.  
  14. "imho, expecting read() to stop at the end of the file, despite asking it to
  15. read 1000 bytes is being liberal with what you give out."
  16.  
  17. No doubt about that, but always remember that it is trivial to write
  18. portable code in any language if you have the capability of making
  19. 100% sure that you only use portable constructs! Unfortunately, almost
  20. no large project I have seen has this capability.
  21.  
  22.